home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / NullTCP / mdmcisco.inf next >
INI File  |  2000-05-19  |  4KB  |  102 lines

  1. ; Modified 23 May 98 per e-mail
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Modem
  6. ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
  7. Provider=%MC%
  8. LayoutFile=LAYOUT.INF
  9.  
  10. [Manufacturer]
  11. %Man% = Null
  12.  
  13. [Null]
  14. %MC00% = MC00, RAS-SERIAL
  15. %MC01% = MC01, RAS-PARALLEL
  16. %MC02% = MC02, RAS-GENERIC
  17.  
  18. [MC00]
  19. AddReg=All, Common, MC00Reg, 115200, EXTERNAL
  20.  
  21. [MC01]
  22. AddReg=All, Common, MC00Reg, PARALLEL
  23.  
  24. [MC02]
  25. AddReg=All, Common, MC02Reg, 115200, EXTERNAL
  26.  
  27. [All]
  28. HKR,,FriendlyDriver,,Unimodem.vxd
  29. HKR,,DevLoader,,*VCOMM
  30. HKR,,PortSubClass,1,02
  31. HKR,,ConfigDialog,,modemui.dll
  32. HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
  33.  
  34. [EXTERNAL]
  35. HKR,, DeviceType, 1, 01
  36.  
  37. [PARALLEL]
  38. HKR,, DeviceType, 1, 04
  39. HKR,,Override,,Paralink.vxd
  40. HKR,, DCB, 1, 1C,00,00,00, 00,00,06,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  41.  
  42. [Common]
  43. HKR, Answer, 1,,""
  44. HKR, Hangup, 1,, "Bye"
  45. HKR, Hangup, 2,, "NoResponse"
  46. HKR, Settings, DialSuffix,, ""
  47.  
  48. ; DCB's - dwords and words are byte reversed
  49. ;                                                                         ByteSize (Number of bits/byte, 4-8)
  50. ;                                                                             Parity (0-4=None,Odd,Even,Mark,Space)
  51. ;                                                                                 StopBits (0,1,2 = 1, 1.5, 2)
  52. ;            |DCBLength   |BaudRate    |Bit Mask    |Rsvd  |XonLim|XofLim|   |   |   |Xon|Xof|Err|Eof|Evt
  53. [115200]
  54. HKR,, DCB, 1, 1C,00,00,00, 00,c2,01,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  55.  
  56. [MC00Reg] ; RAS Null-Modem
  57. HKR, Init, 1,, "<cr>"
  58. HKR, Init, 2,, "NoResponse"
  59. HKR, Settings, Prefix,,""
  60. HKR, Settings, DialPrefix,, "CLIENT<cr>"
  61. HKR, Settings, Terminator,, "<cr>"
  62. HKR, Monitor, 1,, "None"
  63. HKR, Answer, 1,, "CLIENTSERVER"
  64. HKR, Answer, 2,, "NoResponse"
  65. ; Properties - dwords and words are byte reversed
  66. ;                   |Dial Options             |InactivityTimeout        |Speaker Mode             |Max DTE Rate
  67. ;                                |CallSetupFailTimeout     |Speaker Volume           |Modem Options            |Max DCE Rate
  68. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,c2,01,00, 00,c2,01,00
  69. HKR, Responses, "CLIENT",       1, 08, 00, 00, 00, 00, 00, 00,00,00,00 ; Server side - the client is requesting a connection
  70. HKR, Responses, "<h00>CLIENT",  1, 08, 00, 00, 00, 00, 00, 00,00,00,00 ; Server side - the client is requesting a connection
  71. HKR, Responses, "CLIENTSERVER", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Client side - the server has acknowledged and the connection is completed
  72.  
  73. [MC02Reg] ; Null-Modem
  74. HKR, Init, 1,, "<cr><cr>"
  75. HKR, Init, 2,, "NoResponse"
  76. HKR, Settings, Prefix,,""
  77. HKR, Settings, DialPrefix,, "HELLO<cr>"
  78. HKR, Settings, Terminator,, "<cr>"
  79. HKR, Monitor, 1,, "None"
  80. HKR, Answer, 1,, "HELLO"
  81. HKR, Answer, 2,, "NoResponse"
  82. ; Properties - dwords and words are byte reversed
  83. ;                   |Dial Options             |InactivityTimeout        |Speaker Mode             |Max DTE Rate
  84. ;                                |CallSetupFailTimeout     |Speaker Volume           |Modem Options            |Max DCE Rate
  85. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,c2,01,00, 00,c2,01,00
  86. HKR, Responses, "<h00>", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Accept any recvd data as CONNECTED.
  87.  
  88. ; 23 May 98 added
  89. HKR, Responses, "<hff>", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Accept any recvd data as CONNECTED.
  90. HKR, Responses, "<cr>", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Accept any recvd data as CONNECTED.
  91. HKR, Responses, "<lf>", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Accept any recvd data as CONNECTED.
  92. HKR, Responses, "<cr><lf>", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Accept any recvd data as CONNECTED.
  93. ; end of 23 May 98 addition
  94.  
  95.  
  96. [Strings]
  97. MC = "Mark Crossley v2"
  98. Man = "(NULL Modem Types)"
  99. MC00 = "RAS Serial Cable between 2 PCs"
  100. MC01 = "RAS Parallel Cable between 2 PCs"
  101. MC02 = "Generic NULL Modem" 
  102.